home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / amhelios / msvc / cubic / helios_c.mak
Makefile  |  1999-01-01  |  14KB  |  482 lines

  1. # Microsoft Visual C++ generated build script - Do not modify
  2.  
  3. PROJ = HELIOS_C
  4. DEBUG = 0
  5. PROGTYPE = 0
  6. CALLER = 
  7. ARGS = 
  8. DLLS = 
  9. D_RCDEFINES = /d_DEBUG /d_CUBIC_TETRA 
  10. R_RCDEFINES = /dNDEBUG /d_CUBIC_TETRA 
  11. ORIGIN = MSVC
  12. ORIGIN_VER = 1.00
  13. PROJPATH = C:\HELIOS3A\MSVC\CUBIC\
  14. USEMFC = 0
  15. CC = cl
  16. CPP = cl
  17. CXX = cl
  18. CCREATEPCHFLAG = 
  19. CPPCREATEPCHFLAG = 
  20. CUSEPCHFLAG = 
  21. CPPUSEPCHFLAG = 
  22. FIRSTC =             
  23. FIRSTCPP = C_JITTER.CPP
  24. RC = rc
  25. CFLAGS_D_WEXE = /nologo /G2 /W3 /Zi /AL /O2 /D "_DEBUG" /D "_CUBIC_TETRA" /I "\radiant\advanced\include" /GA /Fd"HELIOS_C.PDB"
  26. CFLAGS_R_WEXE = /nologo /Gs /G3 /W3 /AL /O2 /Ob2 /D "NDEBUG" /D "_CUBIC_TETRA" /I "\radiant\advanced\include" /GA 
  27. LFLAGS_D_WEXE = /NOLOGO /NOD /PACKC:61440 /ALIGN:16 /ONERROR:NOEXE /CO  
  28. LFLAGS_R_WEXE = /NOLOGO /NOD /PACKC:61440 /ALIGN:16 /ONERROR:NOEXE  
  29. LIBS_D_WEXE = oldnames libw llibcew commdlg.lib 
  30. LIBS_R_WEXE = oldnames libw llibcew commdlg.lib 
  31. RCFLAGS = /i c:\helios3a\source 
  32. RESFLAGS = /k
  33. RUNFLAGS = 
  34. DEFFILE = ..\..\SOURCE\HELIOS.DEF
  35. OBJS_EXT = 
  36. LIBS_EXT = 
  37. !if "$(DEBUG)" == "1"
  38. CFLAGS = $(CFLAGS_D_WEXE)
  39. LFLAGS = $(LFLAGS_D_WEXE)
  40. LIBS = $(LIBS_D_WEXE)
  41. MAPFILE = nul
  42. RCDEFINES = $(D_RCDEFINES)
  43. !else
  44. CFLAGS = $(CFLAGS_R_WEXE)
  45. LFLAGS = $(LFLAGS_R_WEXE)
  46. LIBS = $(LIBS_R_WEXE)
  47. MAPFILE = nul
  48. RCDEFINES = $(R_RCDEFINES)
  49. !endif
  50. !if [if exist MSVC.BND del MSVC.BND]
  51. !endif
  52. SBRS = CT_CLIP.SBR \
  53.         CT_DELTA.SBR \
  54.         CT_SCAN.SBR \
  55.         CUBIC_T.SBR \
  56.         C_JITTER.SBR \
  57.         ERROR.SBR \
  58.         FF_CLIP.SBR \
  59.         FF_SCAN.SBR \
  60.         GAMMA.SBR \
  61.         HELIOS.SBR \
  62.         PARSE.SBR \
  63.         PATCH3.SBR \
  64.         PROG_RAD.SBR \
  65.         P_CLIP4.SBR \
  66.         P_RENDER.SBR \
  67.         RAD_EQN.SBR \
  68.         SYN_CAM.SBR \
  69.         VECTOR3.SBR \
  70.         VIEW_SYS.SBR \
  71.         WIN_SBAR.SBR \
  72.         OCT_QUAN.SBR \
  73.         WIN_BMAP.SBR \
  74.         WIN_TGA.SBR \
  75.         ENVIRON.SBR
  76.  
  77.  
  78. CT_CLIP_DEP = c:\helios3a\include\ct_clip.h \
  79.     c:\helios3a\include\ct_poly.h \
  80.     c:\helios3a\include\ff_poly.h \
  81.     c:\helios3a\include\patch3.h \
  82.     c:\helios3a\include\vector3.h \
  83.     c:\helios3a\include\general.h \
  84.     c:\helios3a\include\color.h \
  85.     c:\helios3a\include\vector4.h \
  86.     c:\helios3a\include\ff_clip.h
  87.  
  88.  
  89. CT_DELTA_DEP = c:\helios3a\include\ct_delta.h \
  90.     c:\helios3a\include\general.h \
  91.     c:\helios3a\include\ff_delta.h
  92.  
  93.  
  94. CT_SCAN_DEP = c:\helios3a\include\ff_delta.h \
  95.     c:\helios3a\include\ff_scan.h \
  96.     c:\helios3a\include\ff_poly.h \
  97.     c:\helios3a\include\patch3.h \
  98.     c:\helios3a\include\vector3.h \
  99.     c:\helios3a\include\general.h \
  100.     c:\helios3a\include\color.h \
  101.     c:\helios3a\include\vector4.h \
  102.     c:\helios3a\include\ct_scan.h \
  103.     c:\helios3a\include\ct_delta.h
  104.  
  105.  
  106. CUBIC_T_DEP = c:\helios3a\include\cubic_t.h \
  107.     c:\helios3a\include\parse.h \
  108.     c:\helios3a\include\environ.h \
  109.     c:\helios3a\include\instance.h \
  110.     c:\helios3a\include\surface3.h \
  111.     c:\helios3a\include\patch3.h \
  112.     c:\helios3a\include\vector3.h \
  113.     c:\helios3a\include\general.h \
  114.     c:\helios3a\include\color.h \
  115.     c:\helios3a\include\transfm3.h \
  116.     c:\helios3a\include\win_text.h \
  117.     c:\helios3a\include\ct_clip.h \
  118.     c:\helios3a\include\ct_poly.h \
  119.     c:\helios3a\include\ff_poly.h \
  120.     c:\helios3a\include\vector4.h \
  121.     c:\helios3a\include\ff_clip.h \
  122.     c:\helios3a\include\ct_scan.h \
  123.     c:\helios3a\include\ff_scan.h \
  124.     c:\helios3a\include\ct_delta.h \
  125.     c:\helios3a\include\ff_delta.h
  126.  
  127.  
  128. C_JITTER_DEP = c:\helios3a\include\c_jitter.h \
  129.     c:\helios3a\include\color.h \
  130.     c:\helios3a\include\general.h
  131.  
  132.  
  133. ERROR_DEP = c:\helios3a\include\error.h
  134.  
  135.  
  136. FF_CLIP_DEP = c:\helios3a\include\ff_clip.h \
  137.     c:\helios3a\include\ff_poly.h
  138.  
  139.  
  140. FF_SCAN_DEP = c:\helios3a\include\ff_delta.h \
  141.     c:\helios3a\include\ff_scan.h \
  142.     c:\helios3a\include\ff_poly.h \
  143.     c:\helios3a\include\patch3.h \
  144.     c:\helios3a\include\vector3.h \
  145.     c:\helios3a\include\general.h \
  146.     c:\helios3a\include\color.h \
  147.     c:\helios3a\include\vector4.h
  148.  
  149.  
  150. GAMMA_DEP = c:\helios3a\include\gamma.h \
  151.     c:\helios3a\include\color.h \
  152.     c:\helios3a\include\general.h
  153.  
  154.  
  155. HELIOS_DEP = c:\helios3a\include\general.h \
  156.     c:\helios3a\include\error.h \
  157.     c:\helios3a\include\parse.h \
  158.     c:\helios3a\include\environ.h \
  159.     c:\helios3a\include\instance.h \
  160.     c:\helios3a\include\surface3.h \
  161.     c:\helios3a\include\patch3.h \
  162.     c:\helios3a\include\vector3.h \
  163.     c:\helios3a\include\color.h \
  164.     c:\helios3a\include\transfm3.h \
  165.     c:\helios3a\include\win_text.h \
  166.     c:\helios3a\include\syn_cam.h \
  167.     c:\helios3a\include\p_clip4.h \
  168.     c:\helios3a\include\out_poly.h \
  169.     c:\helios3a\include\vertex4.h \
  170.     c:\helios3a\include\vector4.h \
  171.     c:\helios3a\include\gamma.h \
  172.     c:\helios3a\include\c_jitter.h \
  173.     c:\helios3a\include\p_render.h \
  174.     c:\helios3a\include\win_bmap.h \
  175.     c:\helios3a\include\oct_quan.h \
  176.     c:\helios3a\include\win_meta.h \
  177.     c:\helios3a\include\view_sys.h \
  178.     c:\helios3a\include\win_tga.h \
  179.     c:\helios3a\include\win_sbar.h \
  180.     c:\helios3a\source\win_help.h \
  181.     c:\helios3a\include\prog_rad.h \
  182.     c:\helios3a\include\rad_eqn.h \
  183.     c:\helios3a\include\hemicube.h \
  184.     c:\helios3a\include\hc_clip.h \
  185.     c:\helios3a\include\hc_poly.h \
  186.     c:\helios3a\include\ff_poly.h \
  187.     c:\helios3a\include\ff_clip.h \
  188.     c:\helios3a\include\hc_scan.h \
  189.     c:\helios3a\include\ff_scan.h \
  190.     c:\helios3a\include\hc_delta.h \
  191.     c:\helios3a\include\ff_delta.h \
  192.     c:\helios3a\include\cubic_t.h \
  193.     c:\helios3a\include\ct_clip.h \
  194.     c:\helios3a\include\ct_poly.h \
  195.     c:\helios3a\include\ct_scan.h \
  196.     c:\helios3a\include\ct_delta.h \
  197.     c:\helios3a\include\ray_rad.h \
  198.     c:\helios3a\include\ray_cast.h \
  199.     c:\helios3a\include\resource.h \
  200.     c:\helios3a\include\helios.h
  201.  
  202.  
  203. PARSE_DEP = c:\helios3a\include\error.h \
  204.     c:\helios3a\include\parse.h \
  205.     c:\helios3a\include\environ.h \
  206.     c:\helios3a\include\instance.h \
  207.     c:\helios3a\include\surface3.h \
  208.     c:\helios3a\include\patch3.h \
  209.     c:\helios3a\include\vector3.h \
  210.     c:\helios3a\include\general.h \
  211.     c:\helios3a\include\color.h \
  212.     c:\helios3a\include\transfm3.h \
  213.     c:\helios3a\include\win_text.h
  214.  
  215.  
  216. PATCH3_DEP = c:\helios3a\include\patch3.h \
  217.     c:\helios3a\include\vector3.h \
  218.     c:\helios3a\include\general.h \
  219.     c:\helios3a\include\color.h
  220.  
  221.  
  222. PROG_RAD_DEP = c:\helios3a\include\prog_rad.h \
  223.     c:\helios3a\include\environ.h \
  224.     c:\helios3a\include\instance.h \
  225.     c:\helios3a\include\surface3.h \
  226.     c:\helios3a\include\patch3.h \
  227.     c:\helios3a\include\vector3.h \
  228.     c:\helios3a\include\general.h \
  229.     c:\helios3a\include\color.h \
  230.     c:\helios3a\include\rad_eqn.h \
  231.     c:\helios3a\include\hemicube.h \
  232.     c:\helios3a\include\parse.h \
  233.     c:\helios3a\include\transfm3.h \
  234.     c:\helios3a\include\win_text.h \
  235.     c:\helios3a\include\hc_clip.h \
  236.     c:\helios3a\include\hc_poly.h \
  237.     c:\helios3a\include\ff_poly.h \
  238.     c:\helios3a\include\vector4.h \
  239.     c:\helios3a\include\ff_clip.h \
  240.     c:\helios3a\include\hc_scan.h \
  241.     c:\helios3a\include\ff_scan.h \
  242.     c:\helios3a\include\hc_delta.h \
  243.     c:\helios3a\include\ff_delta.h \
  244.     c:\helios3a\include\cubic_t.h \
  245.     c:\helios3a\include\ct_clip.h \
  246.     c:\helios3a\include\ct_poly.h \
  247.     c:\helios3a\include\ct_scan.h \
  248.     c:\helios3a\include\ct_delta.h
  249.  
  250.  
  251. P_CLIP4_DEP = c:\helios3a\include\p_clip4.h \
  252.     c:\helios3a\include\out_poly.h \
  253.     c:\helios3a\include\vertex4.h \
  254.     c:\helios3a\include\patch3.h \
  255.     c:\helios3a\include\vector3.h \
  256.     c:\helios3a\include\general.h \
  257.     c:\helios3a\include\color.h \
  258.     c:\helios3a\include\vector4.h
  259.  
  260.  
  261. P_RENDER_DEP = c:\helios3a\include\p_render.h \
  262.     c:\helios3a\include\out_poly.h \
  263.     c:\helios3a\include\win_bmap.h \
  264.     c:\helios3a\include\oct_quan.h \
  265.     c:\helios3a\include\color.h \
  266.     c:\helios3a\include\general.h
  267.  
  268.  
  269. RAD_EQN_DEP = c:\helios3a\include\rad_eqn.h \
  270.     c:\helios3a\include\environ.h \
  271.     c:\helios3a\include\instance.h \
  272.     c:\helios3a\include\surface3.h \
  273.     c:\helios3a\include\patch3.h \
  274.     c:\helios3a\include\vector3.h \
  275.     c:\helios3a\include\general.h \
  276.     c:\helios3a\include\color.h
  277.  
  278.  
  279. SYN_CAM_DEP = c:\helios3a\include\syn_cam.h \
  280.     c:\helios3a\include\p_clip4.h \
  281.     c:\helios3a\include\out_poly.h \
  282.     c:\helios3a\include\vertex4.h \
  283.     c:\helios3a\include\patch3.h \
  284.     c:\helios3a\include\vector3.h \
  285.     c:\helios3a\include\general.h \
  286.     c:\helios3a\include\color.h \
  287.     c:\helios3a\include\vector4.h \
  288.     c:\helios3a\include\gamma.h \
  289.     c:\helios3a\include\c_jitter.h \
  290.     c:\helios3a\include\p_render.h \
  291.     c:\helios3a\include\win_bmap.h \
  292.     c:\helios3a\include\oct_quan.h \
  293.     c:\helios3a\include\win_meta.h \
  294.     c:\helios3a\include\view_sys.h \
  295.     c:\helios3a\include\environ.h \
  296.     c:\helios3a\include\instance.h \
  297.     c:\helios3a\include\surface3.h
  298.  
  299.  
  300. VECTOR3_DEP = c:\helios3a\include\vector3.h \
  301.     c:\helios3a\include\general.h
  302.  
  303.  
  304. VIEW_SYS_DEP = c:\helios3a\include\view_sys.h \
  305.     c:\helios3a\include\patch3.h \
  306.     c:\helios3a\include\vector3.h \
  307.     c:\helios3a\include\general.h \
  308.     c:\helios3a\include\color.h \
  309.     c:\helios3a\include\environ.h \
  310.     c:\helios3a\include\instance.h \
  311.     c:\helios3a\include\surface3.h
  312.  
  313.  
  314. WIN_SBAR_DEP = c:\helios3a\include\win_sbar.h \
  315.     c:\helios3a\include\general.h
  316.  
  317.  
  318. HELIOS_RCDEP = c:\helios3a\include\resource.h \
  319.     c:\helios3a\source\helios_c.ico \
  320.     c:\helios3a\source\helios_h.ico \
  321.     c:\helios3a\source\helios_r.ico \
  322.     c:\helios3a\source\helios_s.ico
  323.  
  324.  
  325. OCT_QUAN_DEP = c:\helios3a\include\oct_quan.h \
  326.     c:\helios3a\include\color.h \
  327.     c:\helios3a\include\general.h
  328.  
  329.  
  330. WIN_BMAP_DEP = c:\helios3a\include\win_bmap.h \
  331.     c:\helios3a\include\oct_quan.h \
  332.     c:\helios3a\include\color.h \
  333.     c:\helios3a\include\general.h
  334.  
  335.  
  336. WIN_TGA_DEP = c:\helios3a\include\win_tga.h \
  337.     c:\helios3a\include\color.h \
  338.     c:\helios3a\include\general.h
  339.  
  340.  
  341. ENVIRON_DEP = c:\helios3a\include\environ.h \
  342.     c:\helios3a\include\instance.h \
  343.     c:\helios3a\include\surface3.h \
  344.     c:\helios3a\include\patch3.h \
  345.     c:\helios3a\include\vector3.h \
  346.     c:\helios3a\include\general.h \
  347.     c:\helios3a\include\color.h
  348.  
  349.  
  350. all:    $(PROJ).EXE
  351.  
  352. CT_CLIP.OBJ:    ..\..\SOURCE\CT_CLIP.CPP $(CT_CLIP_DEP)
  353.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\CT_CLIP.CPP
  354.  
  355. CT_DELTA.OBJ:    ..\..\SOURCE\CT_DELTA.CPP $(CT_DELTA_DEP)
  356.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\CT_DELTA.CPP
  357.  
  358. CT_SCAN.OBJ:    ..\..\SOURCE\CT_SCAN.CPP $(CT_SCAN_DEP)
  359.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\CT_SCAN.CPP
  360.  
  361. CUBIC_T.OBJ:    ..\..\SOURCE\CUBIC_T.CPP $(CUBIC_T_DEP)
  362.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\CUBIC_T.CPP
  363.  
  364. C_JITTER.OBJ:    ..\..\SOURCE\C_JITTER.CPP $(C_JITTER_DEP)
  365.     $(CPP) $(CFLAGS) $(CPPCREATEPCHFLAG) /c ..\..\SOURCE\C_JITTER.CPP
  366.  
  367. ERROR.OBJ:    ..\..\SOURCE\ERROR.CPP $(ERROR_DEP)
  368.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\ERROR.CPP
  369.  
  370. FF_CLIP.OBJ:    ..\..\SOURCE\FF_CLIP.CPP $(FF_CLIP_DEP)
  371.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\FF_CLIP.CPP
  372.  
  373. FF_SCAN.OBJ:    ..\..\SOURCE\FF_SCAN.CPP $(FF_SCAN_DEP)
  374.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\FF_SCAN.CPP
  375.  
  376. GAMMA.OBJ:    ..\..\SOURCE\GAMMA.CPP $(GAMMA_DEP)
  377.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\GAMMA.CPP
  378.  
  379. HELIOS.OBJ:    ..\..\SOURCE\HELIOS.CPP $(HELIOS_DEP)
  380.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\HELIOS.CPP
  381.  
  382. PARSE.OBJ:    ..\..\SOURCE\PARSE.CPP $(PARSE_DEP)
  383.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PARSE.CPP
  384.  
  385. PATCH3.OBJ:    ..\..\SOURCE\PATCH3.CPP $(PATCH3_DEP)
  386.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PATCH3.CPP
  387.  
  388. PROG_RAD.OBJ:    ..\..\SOURCE\PROG_RAD.CPP $(PROG_RAD_DEP)
  389.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\PROG_RAD.CPP
  390.  
  391. P_CLIP4.OBJ:    ..\..\SOURCE\P_CLIP4.CPP $(P_CLIP4_DEP)
  392.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\P_CLIP4.CPP
  393.  
  394. P_RENDER.OBJ:    ..\..\SOURCE\P_RENDER.CPP $(P_RENDER_DEP)
  395.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\P_RENDER.CPP
  396.  
  397. RAD_EQN.OBJ:    ..\..\SOURCE\RAD_EQN.CPP $(RAD_EQN_DEP)
  398.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\RAD_EQN.CPP
  399.  
  400. SYN_CAM.OBJ:    ..\..\SOURCE\SYN_CAM.CPP $(SYN_CAM_DEP)
  401.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\SYN_CAM.CPP
  402.  
  403. VECTOR3.OBJ:    ..\..\SOURCE\VECTOR3.CPP $(VECTOR3_DEP)
  404.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\VECTOR3.CPP
  405.  
  406. VIEW_SYS.OBJ:    ..\..\SOURCE\VIEW_SYS.CPP $(VIEW_SYS_DEP)
  407.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\VIEW_SYS.CPP
  408.  
  409. WIN_SBAR.OBJ:    ..\..\SOURCE\WIN_SBAR.CPP $(WIN_SBAR_DEP)
  410.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_SBAR.CPP
  411.  
  412. HELIOS.RES:    ..\..\SOURCE\HELIOS.RC $(HELIOS_RCDEP)
  413.     $(RC) $(RCFLAGS) $(RCDEFINES) -r -FoC:\HELIOS3A\MSVC\CUBIC\HELIOS.RES ..\..\SOURCE\HELIOS.RC
  414.  
  415. OCT_QUAN.OBJ:    ..\..\SOURCE\OCT_QUAN.CPP $(OCT_QUAN_DEP)
  416.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\OCT_QUAN.CPP
  417.  
  418. WIN_BMAP.OBJ:    ..\..\SOURCE\WIN_BMAP.CPP $(WIN_BMAP_DEP)
  419.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_BMAP.CPP
  420.  
  421. WIN_TGA.OBJ:    ..\..\SOURCE\WIN_TGA.CPP $(WIN_TGA_DEP)
  422.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\WIN_TGA.CPP
  423.  
  424. ENVIRON.OBJ:    ..\..\SOURCE\ENVIRON.CPP $(ENVIRON_DEP)
  425.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c ..\..\SOURCE\ENVIRON.CPP
  426.  
  427.  
  428. $(PROJ).EXE::    HELIOS.RES
  429.  
  430. $(PROJ).EXE::    CT_CLIP.OBJ CT_DELTA.OBJ CT_SCAN.OBJ CUBIC_T.OBJ C_JITTER.OBJ ERROR.OBJ \
  431.     FF_CLIP.OBJ FF_SCAN.OBJ GAMMA.OBJ HELIOS.OBJ PARSE.OBJ PATCH3.OBJ PROG_RAD.OBJ P_CLIP4.OBJ \
  432.     P_RENDER.OBJ RAD_EQN.OBJ SYN_CAM.OBJ VECTOR3.OBJ VIEW_SYS.OBJ WIN_SBAR.OBJ OCT_QUAN.OBJ \
  433.     WIN_BMAP.OBJ WIN_TGA.OBJ ENVIRON.OBJ $(OBJS_EXT) $(DEFFILE)
  434.     echo >NUL @<<$(PROJ).CRF
  435. CT_CLIP.OBJ +
  436. CT_DELTA.OBJ +
  437. CT_SCAN.OBJ +
  438. CUBIC_T.OBJ +
  439. C_JITTER.OBJ +
  440. ERROR.OBJ +
  441. FF_CLIP.OBJ +
  442. FF_SCAN.OBJ +
  443. GAMMA.OBJ +
  444. HELIOS.OBJ +
  445. PARSE.OBJ +
  446. PATCH3.OBJ +
  447. PROG_RAD.OBJ +
  448. P_CLIP4.OBJ +
  449. P_RENDER.OBJ +
  450. RAD_EQN.OBJ +
  451. SYN_CAM.OBJ +
  452. VECTOR3.OBJ +
  453. VIEW_SYS.OBJ +
  454. WIN_SBAR.OBJ +
  455. OCT_QUAN.OBJ +
  456. WIN_BMAP.OBJ +
  457. WIN_TGA.OBJ +
  458. ENVIRON.OBJ +
  459. $(OBJS_EXT)
  460. $(PROJ).EXE
  461. $(MAPFILE)
  462. c:\msvc\lib\+
  463. c:\msvc\mfc\lib\+
  464. $(LIBS)
  465. $(DEFFILE);
  466. <<
  467.     link $(LFLAGS) @$(PROJ).CRF
  468.     $(RC) $(RESFLAGS) HELIOS.RES $@
  469.     @copy $(PROJ).CRF MSVC.BND
  470.  
  471. $(PROJ).EXE::    HELIOS.RES
  472.     if not exist MSVC.BND     $(RC) $(RESFLAGS) HELIOS.RES $@
  473.  
  474. run: $(PROJ).EXE
  475.     $(PROJ) $(RUNFLAGS)
  476.  
  477.  
  478. $(PROJ).BSC: $(SBRS)
  479.     bscmake @<<
  480. /o$@ $(SBRS)
  481. <<
  482.